Field | Description |
Name | The name of the exclude filter. |
Simple comparison | It defines the filtering rules of a filter. A filtering rule can be one of the following types:
[Starts With] - Include/Exclude all files/directories with name starting with a certain pattern. Example: You can use B* to match all files with name starting with a B character. [Contains] - Include/Exclude all files/directories with name containing a certain pattern. Example: You can use *B* to match all files with name containing with a B character. [Ends With] - Include / Exclude all files / directories with name ending with a certain pattern. Example: You can use *.doc to match all files with name ending with .doc (all Word Documents) |
Regular expression (UNIX-style) | It defines the filtering rules base on the regular expression. |